home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_html2ps.idb / usr / freeware / src / html2ps / patches.z / patches
Encoding:
Text File  |  1999-01-26  |  1.6 KB  |  59 lines

  1. *** ./html2ps.1    Sat Aug  9 14:59:18 1997
  2. --- ../html2ps-1.0b1/./html2ps.1    Wed Oct 14 15:19:45 1998
  3. ***************
  4. *** 351,358 ****
  5.   
  6.   .SH FILES
  7.   .TP
  8.   $HOME/.html2psrc
  9. ! User configuration file, see html2psrc(5).
  10.   .SH SEE ALSO
  11.   html2psrc(5), perl(1), setlocale(3), strftime(3), weblint(1)
  12.   .SH VERSION
  13. --- 351,364 ----
  14.   
  15.   .SH FILES
  16.   .TP
  17. + /usr/freeware/lib/html2ps/html2psrc
  18. + Global configuration file. See html2psrc(5).
  19. + .TP
  20.   $HOME/.html2psrc
  21. ! User configuration file. See html2psrc(5).
  22. ! .TP
  23. ! /usr/freeware/lib/html2ps/html2ps.html
  24. ! Documentation for html2ps.
  25.   .SH SEE ALSO
  26.   html2psrc(5), perl(1), setlocale(3), strftime(3), weblint(1)
  27.   .SH VERSION
  28. *** ./html2ps    Sat Aug  9 14:59:05 1997
  29. --- ../html2ps-1.0b1/./html2ps    Wed Oct 14 15:20:11 1998
  30. ***************
  31. *** 26,32 ****
  32.   # Set the name of the global configuration file. See the installation notes
  33.   # and manual page for more details on configuration files.
  34.   
  35. ! $globrc='/opt/tdb/lib/html2ps/html2psrc';
  36.   
  37.   $conf=<<'EOR';
  38.   @html2ps {
  39. --- 26,32 ----
  40.   # Set the name of the global configuration file. See the installation notes
  41.   # and manual page for more details on configuration files.
  42.   
  43. ! $globrc='/usr/freeware/lib/html2ps/html2psrc';
  44.   
  45.   $conf=<<'EOR';
  46.   @html2ps {
  47. *** ./contrib/xhtml2ps/xhtml2ps    Thu Jun 26 07:46:58 1997
  48. --- ../html2ps-1.0b1/./contrib/xhtml2ps/xhtml2ps    Wed Oct 14 15:17:58 1998
  49. ***************
  50. *** 383,388 ****
  51. --- 383,389 ----
  52.     flush $running
  53.     while {[gets $running msg] >= 0} {
  54.       regsub -all "_" $msg "" msg
  55. +     regsub -all "." $msg "" msg
  56.       append Output "  $msg\n"
  57.     }
  58.     catch { close $running }
  59.